home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Install / USB-Driver / zebrmsw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-02-01  |  4.0 KB  |  124 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  zebrmsw.inf
  4. ;
  5. ; Function:
  6. ;    Install Sony Ericsson WDM drivers
  7. ;
  8. ; Copyright (c) 2005 Moore Computer Consultants, Inc.
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc.
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. Signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=12/07/2005, 4.34.0.2705
  25. ;CatalogFile=zebrmsw.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. [PreCopySection]
  32. HKR,,NoSetupUI,,1
  33.  
  34. ;---------------------------------------------------------------;
  35. ;        Directory and File Names and Locations
  36. ;---------------------------------------------------------------;
  37. [SourceDisksNames]
  38. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  39. ;    having the tagfile non-null seems to help...
  40. 1=%DiskString%,"zebrmsw.sys",,
  41.  
  42. [SourceDisksFiles]
  43. zebrmsw.sys=1
  44.  
  45. ;-----------------------------------------------------------------------------
  46. ; Specify target paths...
  47. ;-----------------------------------------------------------------------------
  48. [DestinationDirs]
  49. DefaultDestDir = 11
  50. SEMC.Files.Drv = 10,System32\Drivers    
  51.  
  52. ;-----------------------------------------------------------------------------
  53. ; Table of Contents
  54. ;-----------------------------------------------------------------------------
  55. [Manufacturer]
  56. %SEMC%=SEMC
  57.  
  58. ;-----------------------------------------------------------------------------
  59. ; Device-by-device entries
  60. ;-----------------------------------------------------------------------------
  61. [SEMC]
  62. %DeviceDescription% = SEMC.Install, USB\VID_0FCE&PID_D030&Class_08&Subclass_06&Prot_50&OS_9X
  63. %DeviceDescription% = SEMC.Install, USB\VID_0FCE&PID_D031&Class_08&Subclass_06&Prot_50&OS_9X
  64.  
  65. ;-----------------------------------------------------------------------------
  66. ; Installation instructions
  67. ;-----------------------------------------------------------------------------
  68.  
  69. [SEMC.Install]
  70. AddReg=SEMC.AddReg, SEMC.W9x.AddReg
  71. CopyFiles=SEMC.Files.Drv
  72. DriverVer=12/07/2005, 4.34.0.2705
  73.  
  74. ;-----------------------------------------------------------------------------
  75. ;  Registry
  76. ;-----------------------------------------------------------------------------
  77.  
  78. ; common registry entries 
  79. [SEMC.AddReg]
  80. HKR,,NTMPDriver,,zebrmsw.sys
  81. HKLM,System\CurrentControlSet\Services\ZEBRMSW\Parameters,MCCIUSB_DebugLevel, 0x10001, 00,00,00,00
  82.  
  83. ; only for Win9x....
  84. [SEMC.W9x.AddReg]
  85. HKR,,DevLoader,,*ntkern
  86.  
  87. ;-----------------------------------------------------------------------------
  88. ;  Copy lists
  89. ;-----------------------------------------------------------------------------
  90. [SEMC.Files.Drv]
  91. zebrmsw.sys
  92.  
  93.  
  94. ;-----------------------------------------------------------------------------
  95. ; STRINGS
  96. ;-----------------------------------------------------------------------------
  97. [Strings]
  98.  
  99. ;BEGIN ENG - US English Strings
  100. Provider = "Moore Computer Consultants, Inc."
  101. SEMC = "SEMC"
  102. DiskString = "Sony Ericsson installation disk"
  103.  
  104. DeviceDescription = "Sony Ericsson Mass Storage (WDM)"
  105. UpperDescription = "Sony Ericsson Mass Storage"
  106.  
  107.  
  108.  
  109. ;END ENG - US English Strings
  110.  
  111. ;-----------------------------------------------------------------------------
  112. ; The following are symbolic constants which don't change per locale.
  113. ;-----------------------------------------------------------------------------
  114.  
  115. ;--strings for InstallRight Pro (tm)--
  116. CustomerDataPath = "Sony Ericsson"
  117. DriverSet = "Sony Ericsson Software"
  118. UninstallFile = "ZEBRUninstall.exe"
  119. McciOptions = "Uninstallable NotInstallOnWinMe NotInstallOnWinVer5"
  120. ;-------------------------------------
  121.  
  122.  
  123. ;*** end of file ***
  124.